From b371e7152fbea01e5b1e1242f916b67978e36904 Mon Sep 17 00:00:00 2001 From: Soeren Sandmann Date: Sun, 22 Aug 2004 12:10:14 +0000 Subject: [PATCH] Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position Sun Aug 22 13:44:53 2004 Soeren Sandmann * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position property. Fix pointet out by Tommi Komulainen. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkpaned.c | 2 +- 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e28da93397..072cb6ede7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 22 13:44:53 2004 Soeren Sandmann + + * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, + not PROP_MIN_POSITION for the max_position property. Fix pointet + out by Tommi Komulainen. + Sun Aug 22 13:32:33 2004 Soeren Sandmann * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e28da93397..072cb6ede7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sun Aug 22 13:44:53 2004 Soeren Sandmann + + * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, + not PROP_MIN_POSITION for the max_position property. Fix pointet + out by Tommi Komulainen. + Sun Aug 22 13:32:33 2004 Soeren Sandmann * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e28da93397..072cb6ede7 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sun Aug 22 13:44:53 2004 Soeren Sandmann + + * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, + not PROP_MIN_POSITION for the max_position property. Fix pointet + out by Tommi Komulainen. + Sun Aug 22 13:32:33 2004 Soeren Sandmann * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e28da93397..072cb6ede7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Sun Aug 22 13:44:53 2004 Soeren Sandmann + + * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, + not PROP_MIN_POSITION for the max_position property. Fix pointet + out by Tommi Komulainen. + Sun Aug 22 13:32:33 2004 Soeren Sandmann * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 314efe041d..731dd886e1 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -268,7 +268,7 @@ gtk_paned_class_init (GtkPanedClass *class) * Since: 2.4 */ g_object_class_install_property (object_class, - PROP_MIN_POSITION, + PROP_MAX_POSITION, g_param_spec_int ("min_position", P_("Minimal Position"), P_("Smallest possible value for the \"position\" property"), -- 2.30.2